home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / dtp / txtRotator305.readme < prev    next >
Text File  |  1996-12-07  |  3KB  |  105 lines

  1. Short:    PGS3 arexx script - text around circles
  2. Author:   mmerkel@rummelplatz.uni-mannheim.de (Michael Merkel)
  3. Uploader: mmerkel@rummelplatz.uni-mannheim.de (Michael Merkel)
  4. Type:     text/dtp
  5. Replaces: text/dtp/txtRotator303.lha
  6.  
  7. ABOUT
  8.  
  9. This is an ARexx script for use with PageStream3.
  10. With this script you're able to place a text around a circle.
  11.  
  12.  
  13. DISTRIBUTION
  14.  
  15. spread it and send me hardcopies of your work with this script!
  16.  
  17.  
  18. REQUIREMENTS
  19.  
  20. - PageStream3 (of course!!!)
  21.      (you should use V3.1beta3 at least!
  22.       earlier versions have problems with rotated text and with the
  23.       getellipse command!!)
  24.  
  25. - rexxmathlib.library (Aminet)
  26.  
  27.  
  28. USAGE
  29.  
  30. * copy this into your PageStream3:Scripts/ drawer
  31. * select "Play Script" in PageStream3
  32. * play with it...
  33.  
  34. to do the spiral effect:
  35.  
  36.  * the "inner circle factor" is the size of the destination ellipse.
  37.    (0.5 means it's halve the size of the selected ellipse)
  38.  * "surrounding #" says whow much times the text will flow around the ellipse
  39.    (2.5 means a total of 900 degrees = 2.5 * 360)
  40.  * play with it!
  41.  
  42. HISTORY
  43.  
  44. V1.00 - V2.03 (March - August 1996)
  45.  *  non public versions
  46.  
  47. V2.04 (03. Aug 1996)
  48.  * first public release
  49.  
  50. V2.05 (04. Aug 1996)
  51.  * fixed a bug in the drawing loop. last character wasn't placed at the
  52.    desired position
  53.  * fixed error in requester. only 10 text gadgets are allowed under PGS3
  54.  
  55. V3.00 (07. Aug 1996)
  56.  * some code cleanup
  57.  * added support for spiral text!!
  58.  
  59. V3.01 (08. Aug 1996)
  60.  * text for a spiral is now scaled!!
  61.    this looks *much* better
  62.  * added prefs file (all user settings are saved now)
  63.  
  64. V3.02 (26. Aug 1996)
  65.  * very very little code cleanup for requester
  66.  * arexxlist was not cleared :-(
  67.  
  68. V3.03 (25. Sep 1996)
  69.  *  corrected the gadgets (labels) to the new format introduced with V3.2b6 of PGS
  70.  
  71. V3.04 (26. September 1996)
  72.  * coordinate handling changed again! (V3.2b8)
  73.    Now txtRotator sets the default measurement system to points during the work!
  74.    After placing the letters the measurement system is set to the one specified in
  75.    the PageStream.prefs file!
  76.  
  77. V3.05 (12. Oktober 1996)
  78.  * added the possibility to hide the window while setting the text.
  79.    this is *much* faster on slow machines (well, on every machine!)
  80.  * bugfix - will not crash when entering no text
  81.  * nicer looking busy requester :-)
  82.  
  83.  
  84. AUTHOR
  85.  
  86. michael merkel
  87. mmerkel@rummelplatz.uni-mannheim.de
  88. http://webrum.uni-mannheim.de/fht/mmerkel/www/index.html
  89.  
  90.  
  91. THANKS TO
  92.  
  93. SoftLogik for this wonderful program! It's the best on all platforms...
  94.  
  95.  
  96. ============================= Archive contents =============================
  97.  
  98. Original  Packed Ratio    Date     Time    Name
  99. -------- ------- ----- --------- --------  -------------
  100.      306     171 44.1% 12-Nov-96 20:32:14  file_id.diz
  101.    10302    3631 64.7% 12-Nov-96 20:23:38  txtRotator305.rexx
  102.     2509    1291 48.5% 12-Nov-96 21:32:06  txtRotator305.readme
  103. -------- ------- ----- --------- --------
  104.    13117    5093 61.1% 13-Nov-96 05:14:02   3 files
  105.